home *** CD-ROM | disk | FTP | other *** search
- /*
- File: Packages.h
-
- Copyright: © 1983-1993 by Apple Computer, Inc.
- All rights reserved.
-
- Version: System 7.1 for ETO #11
- Created: Tuesday, March 30, 1993 18:00
-
- */
-
- #ifndef __PACKAGES__
- #define __PACKAGES__
-
- #ifndef __TYPES__
- #include <Types.h>
- #endif
-
-
-
- enum {
-
- listMgr = 0, /*list manager*/
- dskInit = 2, /*Disk Initializaton*/
- stdFile = 3, /*Standard File*/
- flPoint = 4, /*Floating-Point Arithmetic*/
- trFunc = 5, /*Transcendental Functions*/
- intUtil = 6, /*International Utilities*/
- bdConv = 7, /*Binary/Decimal Conversion*/
- editionMgr = 11 /*Edition Manager*/
- };
-
-
-
-
- #ifdef __cplusplus
- extern "C" {
- #endif
- pascal void InitPack(short packID)
- = 0xA9E5;
- pascal void InitAllPacks(void)
- = 0xA9E6;
-
- #ifdef __cplusplus
- }
- #endif
-
- #endif
-